css tests: Update expected results
authorMatthias Clasen <mclasen@redhat.com>
Mon, 4 May 2020 16:26:36 +0000 (12:26 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 5 May 2020 02:53:07 +0000 (22:53 -0400)
Now that GtkCheckButton is using a box layout,
we are no longer reordering the css nodes according
to text direction.

testsuite/css/nodes/checkbutton.rtl.nodes

index 5cd1f470b8cf1c62f2770deab9d73f35540587d9..883fb1de65bbaaf0cc1943ad7af48ff86d8cae5b 100644 (file)
@@ -2,8 +2,8 @@ window.background:dir(rtl)
   decoration:dir(rtl)
   box.vertical:dir(rtl)
     checkbutton:dir(rtl)
-      label:dir(rtl)
       check:dir(rtl)
-    radiobutton:dir(rtl):checked
       label:dir(rtl)
+    radiobutton:dir(rtl):checked
       radio:dir(rtl):checked
+      label:dir(rtl)